type go/types.importDecl
4 uses
go/types (current package)
decl.go#L339: importDecl struct{ spec *ast.ImportSpec }
decl.go#L352: func (d importDecl) node() ast.Node { return d.spec }
decl.go#L373: f(importDecl{s})
resolver.go#L263: case importDecl:
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)